Custom screen width for scales with long lables | XM Community
Solved

Custom screen width for scales with long lables

  • 9 February 2019
  • 1 reply
  • 84 views

Userlevel 1
Hi,
how can I force qualtrix to display matrix like questions well formatted and without any horizontal scrolls?

I already forced bigger width for entire survey (using classic layout)

.Skin .SkinInner {min-width: 1000px!important;}

But this seems to be not enough to display my questions properly:

!

Here we see uneven spacing.

And here both uneven spacing and scrolling:

!

How can I make it work properly?
Is there any documentation for all the CSS codes recognized by qualtrics? Like .SkinInner and so on?
icon

Best answer by agolec 9 February 2019, 14:52

View original

1 reply

Userlevel 1
I really don't understand why one has do dig thru 1500 lines of code from the blank template to find out, that matrix width is limited to 780px.

Setting custom CSS to:
.Skin .QuestionOuter.Matrix{max-width:1000px}

Fixes both issue.

@Qualtrix: you should really provide a reference for all those ids...

Leave a Reply